-
Home
-
PVB Contact Form 7 Calculator
-
1.0.12
-
Code
-
Classes
- PVBCalculator
Total Complexity |
62 |
Dependencies |
15 |
Dependents |
1 |
Total lines |
383 |
Lines of code |
236 |
Logical lines of code |
148 |
Comment lines |
106 |
Methods |
13 |
Properties |
2 |
Methods 13
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
get_reverse_polish_notation() |
B |
43 |
20 |
44 |
__construct() |
A |
38 |
6 |
78 |
calculate_from_rpn() |
A |
50 |
9 |
29 |
execute_operator() |
A |
52 |
8 |
23 |
get_operator_precedence() |
S |
59 |
6 |
13 |
add_function() |
S |
58 |
3 |
15 |
is_operator_left_associative() |
S |
65 |
3 |
9 |
remove_function() |
S |
71 |
2 |
6 |
create() |
S |
80 |
1 |
3 |
get_functions() |
S |
82 |
1 |
3 |
replace_function() |
S |
76 |
1 |
4 |
calculate() |
S |
70 |
1 |
6 |
execute_function() |
S |
78 |
1 |
3 |